home *** CD-ROM | disk | FTP | other *** search
- ; ////////////////////////////////////////////////////////////////////////
- ; ////////////////////////////////////////////////////////////////////////
- ; /// Paradox Documentation Utility
- ; ////////////////////////////////////////////////////////////////////////
- ; /// Version 1.00 - March 1993
- ; ////////////////////////////////////////////////////////////////////////
- ; /// Steve M. England
- ; /// 3113 Greenhill Drive NW
- ; /// Huntsville, Alabama 35810
- ; ////////////////////////////////////////////////////////////////////////
- ; ////////////////////////////////////////////////////////////////////////
-
- ; ///////////////////////////////////////////////
- ; /// Set Environment/Execute Software
- ; ///////////////////////////////////////////////
-
- Release Procs All
- Release Vars All
- AltSpace {Desktop} {Empty}
- Echo Normal
- Echo Off
- Clear
-
- ColTbl.v = SDir() + "coldesc"
- TabTbl.v = SDir() + "tabdesc"
- Temp1.v = SDir() + "temp1"
- TableDir.a = SDir()
- ProgramDirectory.a = SDir()
- TABLEDOC = SDir() + "PDXDOCLB"
- AutoLib = TABLEDOC
- Message ""
- Prompt ""
- SHOWPULLDOWN
- ENDMENU
-
- StartIt()
-
- CLEARPULLDOWN
- ClearAll
- SetDir(ProgramDirectory.a)
- Release Vars All
- Release Procs All